network-dev

This command configures the Ethernet Devices table, which lets you define Ethernet Devices. An Ethernet Device represents a Layer-2 bridging device and is assigned a unique VLAN ID and an Ethernet Group (Ethernet port group).

Syntax

(config-network)# network-dev <Index>
(network-dev-<Index>)# 

Command

Description

Index

Defines the table row index.

mtu

Defines the Maximum Transmission Unit (MTU) size.

name

Configures a name for the Ethernet Device.

tagging {tagged|untagged}

Configures VLAN tagging for the Ethernet Device.

underlying-if

Assigns an Ethernet Group to the Ethernet Device.

vlan-id

Configures a VLAN ID for the Ethernet Device.

Command Mode

Privileged User

Related Commands

custom-mtu: Customizes the MTU (applicable only to Mediant Software deployed on Azure or AWS)

Example

This example configures an Ethernet Device with VLAN ID 2 for Ethernet Group 0 and untagged:

(config-network)# network-dev
(network-dev-0)# name VLAN 2
(network-dev-0)# vlan-id 2
(network-dev-0)# underlying-if 0
(network-dev-0)# tagging untagged